ISlave.ReadEEprom 方法

從從站的 EEPROM 讀取一個雙字 (double word)。

命名空間IntervalZero.KINGSTAR.Base.Class

組合: IntervalZero.KINGSTAR.Base.Class (於 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0

語法

C#VB
IKsCommand<uint> ReadEEprom(
       int offset
)
Function ReadEEprom(
       offset As Integer
) As IKsCommand(Of UInteger)

參數

offset

型別:int

EEPROM 空間中的偏移量。

回傳值

型別:IKsCommand<uint>

回傳方法的狀態及一個 uint 值。

可用的 EtherCAT 狀態

ecatInit, ecatPreOP, ecatSafeOP, ecatOP

參見

ISlave 介面

IntervalZero.KINGSTAR.Base.Class 命名空間